PropertyChangeUndoUnit<TTarget,TProperty> Class Members
The following tables list the members exposed by PropertyChangeUndoUnit<TTarget,TProperty>.
Public Properties
| Name | Description |
| NewValue | Overridden. Returns the new value that was set on the object. |
| OldValue | Overridden. Returns the original value of the object that will be restored. |
| PropertyName | Overridden. Returns the name of the property that will be changed. |
| Target | Overridden. Returns the target object that will be affected by the UndoUnit |
Protected Properties
| Name | Description |
| PropertyDisplayName | Overridden. Optional string representing the property name as it should be displayed to the end user. |
| TargetDisplayName | Overridden. Optional string representing the target as it should be displayed to the end user. |
Public Methods
See Also